home *** CD-ROM | disk | FTP | other *** search
/ No Fragments Archive 12: Textmags & Docs / nf_archive_12.iso / MAGS / SOURCES / ATARI_SRC.ZIP / atari source / HDX_BACK / REPORT / REPORT4 < prev    next >
Encoding:
Text File  |  2001-02-09  |  1.7 KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.                                  Working report
  6.                                  **************
  7.  
  8.  
  9.  
  10. --------------------------------------------------------------------------------
  11.  
  12. To:         Craig
  13.  
  14. From:        Jian
  15.  
  16. Subject:    Jobs I have done during the last two weeks 
  17.  
  18. Date:        Mar 19, 93
  19.  
  20. --------------------------------------------------------------------------------
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27. 1.    Evaluated the INSITE I235VM Floptical Drive for Falcon SCSI 2, and found
  28.  
  29.     out: When format the drive, HDX can't write to the drive. 
  30.  
  31.  
  32. 2.    I used the DB.prg to find out the reason why HDX can't write to the drive,
  33.  
  34.     I got this: when write command finished the sending through the DMA bus,
  35.  
  36.     the last thing to do was waiting for the status byte from the drive, but
  37.     
  38.     the drive returned the 2 as a status byte, non zero byte return meaned the
  39.     
  40.     writing was not successful. When I did the read command to the same sector,
  41.     
  42.     the read was successful, and I found the stuffs I read back were differ from
  43.  
  44.     the things I tried to write to that sector, so I concluded that the write 
  45.     
  46.     was indeed failed. Now I'm waiting for comprehensive menu of that drive from
  47.  
  48.     the manufacture, so that I can learn more about the way how to talk to this 
  49.     
  50.     kind of drive, then I can find out the real reasons.
  51.  
  52.  
  53. 3.    Helped the testing group guys to find out the reason why they couldn't set 
  54.  
  55.     up the Falcon system for the testing.
  56.  
  57.  
  58. 4.    Now I read the Atari ACSI/DMA User Guide Menu so that I can understand more
  59.  
  60.     about the those 'handshake' stuff between the DMA Controler and the periphe-
  61.  
  62.     rals, this will help me to find those bugs that relate to the 'handshake'. 
  63.  
  64.     So far, I found those drives couldn't be used as the Falcon SCSI 2 were all
  65.     
  66.     having the 'handshake' problem with the DMA port.
  67.